home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WWShaderArgPointMatrix.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  297 b   |  18 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5.  
  6. #import <appkit/appkit.h>
  7.  
  8. @interface WWShaderArgPointMatrix:Matrix
  9. {
  10.   char  *shaderArgName;
  11. }
  12.  
  13. - setShaderArgName:(const char *)newShaderArg;
  14. - (const char *)shaderArgName;
  15.  
  16.  
  17. @end
  18.